'Declaration Public Overloads Sub ApplyRedactionMarks( _
ByVal imageThe image of PDF page.As Vintasoft.Imaging.VintasoftImage, _
ByVal marksThe redaction marks.As System.Collections.Generic.IList(Of WpfRedactionMark) _
)
public void ApplyRedactionMarks(
Vintasoft.Imaging.VintasoftImage image,
System.Collections.Generic.IList<WpfRedactionMark> marks
)
public: void ApplyRedactionMarks(
Vintasoft.Imaging.VintasoftImage* image,
System.Collections.Generic.IList<WpfRedactionMark*>* marks
)
public:
void ApplyRedactionMarks(
Vintasoft.Imaging.VintasoftImage^ image,
System.Collections.Generic.IList<WpfRedactionMark^>^ marks
)
Parameters
- image
- The image of PDF page.
- marks
- The redaction marks.